home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.42 / PC Gamer CD-ROM 7.42 (July 2004).iso / Data / items.pcg / scripts / DefineButton2_239 / BUTTONCONDACTION on(release, keyPress Right).as < prev    next >
Text File  |  2004-04-23  |  180b  |  5 lines

  1. on(release, keyPress "<Right>"){
  2.    _level7.HelpControl.gotoAndStop("wait");
  3.    SwitchTab(4,"menugame","gamename",num_Games,lastGameBox,"database",dbCount,currentGameCount);
  4. }
  5.